1.Introduction

COVID-19 pandemic is a ongoing global pandemic of corona virus disease 2019. It has become a global health crisis by spreading all over the world. Severe Acute Respiratory Syndrome Corona virus 2 (SARS-CoV-2) is the virus that causes this disease. This virus is transmitted when airborne contaminants are breathed through droplets and small airborne particles. The first outbreak of this virus was identified in 19th December 2019 in Wuhan, China. Since 2021, there are some variants of this corona virus in the world such as Delta, Alpha, Beta and so on. In many countries, they have emerged and become more severe. It has been identified that this pandemic may be controlled by the vaccination process and preventive measures of spreading virus, if people behave responsibly. This report provide general analysis of COVID-19 related data in Guinea.

1.1 Location of Guinea

Guinea is a coastal country in West Africa. The official name of Guinea is Republic of Guinea. Conakry is the capital and largest city of Guinea. Guinea has an area of 245,857 square kilometers and a population of 12.4 million. The majority of the population are Muslim, with animist and Christian minorities. It is bordered by Guinea-Bissau, Senegal, Mali, Ivory Coast, Liberia, and Sierra Leone. Guinea is divided into four geographic regions, such as maritime Guinea (Lower Guinea), the pastoral Fouta Djallon highlands (Middle Guinea), the northern savanna (Upper Guinea) and southeastern rain-forest region (Forest Guinea). It has a territorial sea and coastline. Furthermore, Guinea has an unique economic zone.

1.2 Climate Condition of Guinea

The climate in Guinea is tropical and humid with a dry and wet season. This is one of the wettest countries in Africa. Guinea has a tropical climate along with coastal region and most of inlands. Furthermore, a monsoon season with a southwesterly winds lasts from April to November. In addition, the dry season lasts from December to May with northeasterly winds.

1.3 Lock-down status of Guinea

The COVID-19 pandemic in Guinea is part of the worldwide outbreak of the corona virus. On 13th March 2020, it was confirmed that the corona virus had entered Guinea, when a Belgian person worked in Guinea was tested positive for novel corona virus. Guinea has in moderate level in this pandemic.On 29th March, 16 cases were observed. On April, total confirmed cases were 1495 and the death total was 7. Further, 329 patients were recovered. In these time period, sometimes checkpoints were established in the country.The curfew is still in place and the population is complying with it.

1.4 Actions taken by the government

Guinea is a country that imposing some rules for their public in this pandemic situation. They informed some of prevention action from this disease. Government of Guinea has taken action to closed some public places in their country. And also, they informed for all nonessential businesses to close their businesses during peak time of spreading coronavirus. Furthermore, they have given guidance to protect their people, such as face masks should be worn in public areas, hands should be sanitized in necessary times, etc. They imposed some lock down conditions in their country as well as they imposed fines for people who have not wearing mask in public places. They, have taken action to vaccinate their people to improve their immunity system. In addition to that they have given so many rules and regulations for the workplaces in their country.

2. Exploratory Data Analysis

The data set used for this analysis is included the observations of coronavirus details in Guinea. There are 1683 observations in this data set. They were obtained from 22th January 2020 to 4th August 2021. The several variables are included in this data set, such as date of the observation taken from, latitude of center of geographic region, longitude of center of geographic region, type of the cases which means whether the case is confirmed, death or recovered and number of the cases on the given date. The data for Guinea was obtained from the 2019 Novel Coronavirus COVID-19 (2019-nCoV) dataset where the raw data was sourced from Johns Hopkins University Center for Systems Science and Engineering (JHU CCSE) Coronavirus website.

# A tibble: 6 x 6
  date       country   lat  long type      cases
  <date>     <chr>   <dbl> <dbl> <chr>     <int>
1 2020-01-22 Guinea   9.95 -9.70 confirmed     0
2 2020-01-22 Guinea   9.95 -9.70 death         0
3 2020-01-22 Guinea   9.95 -9.70 recovered     0
4 2020-01-23 Guinea   9.95 -9.70 confirmed     0
5 2020-01-23 Guinea   9.95 -9.70 death         0
6 2020-01-23 Guinea   9.95 -9.70 recovered     0
      date              country               lat             long       
 Min.   :2020-01-22   Length:1683        Min.   :9.946   Min.   :-9.697  
 1st Qu.:2020-06-10   Class :character   1st Qu.:9.946   1st Qu.:-9.697  
 Median :2020-10-28   Mode  :character   Median :9.946   Median :-9.697  
 Mean   :2020-10-28                      Mean   :9.946   Mean   :-9.697  
 3rd Qu.:2021-03-17                      3rd Qu.:9.946   3rd Qu.:-9.697  
 Max.   :2021-08-04                      Max.   :9.946   Max.   :-9.697  
     type               cases       
 Length:1683        Min.   :  0.00  
 Class :character   1st Qu.:  0.00  
 Mode  :character   Median :  1.00  
                    Mean   : 30.24  
                    3rd Qu.: 45.00  
                    Max.   :752.00  
Rows: 1,683
Columns: 6
$ date    <date> 2020-01-22, 2020-01-22, 2020-01-22, 2020-01-23, 2020-01-23, 2~
$ country <chr> "Guinea", "Guinea", "Guinea", "Guinea", "Guinea", "Guinea", "G~
$ lat     <dbl> 9.9456, 9.9456, 9.9456, 9.9456, 9.9456, 9.9456, 9.9456, 9.9456~
$ long    <dbl> -9.6966, -9.6966, -9.6966, -9.6966, -9.6966, -9.6966, -9.6966,~
$ type    <chr> "confirmed", "death", "recovered", "confirmed", "death", "reco~
$ cases   <int> 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,~

2.1 Visualization of COVID-19 cases in Guinea

2.1.1 Visualization of COVID-19 cases in Guinea by type of cases

Figure 1: Distribution of COVID-19 Confirmed, Death and recovered cases in Guinea

Figure 1 shows about the variation of coronavirus cases (confirmed cases, death cases and recovered cases) in Guinea with the time from 22th January 2020 to 4th August 2021. It can be identified that number of confirmed cases per day vary with some increasing and decreasing patterns of this time period. Their first confirmed case was reported on 13th March 2020. Their confirmed cases have increased from march to end of the May in that year. Furthermore, their peak confirmed case per day was reported on 21th March 2021. Their cases are increasing after June in this year in this time period. When it comes to talk about the daily death cases in Guinea, there is no very huge fluctuation in daily death cases in this time period. According to the figure 1, their maximum death cases in a day is 9. Recovered cases have varied very hugely in Guinea under this time period. When considering the confirmed COVID-19 cases, their cases are recovered in a positive manner.

Figure 2: Distribution of daily COVID-19 Confirmed, Death and recovered cases in Guinea

This figure 2 shows that confirmed, death and recovered COVID-19 cases in Guinea. In first 2 months, there were no confirmed cases. But then their cases were reported. In addition to that, Guinea’s death cases has very small amount when comparing confirmed cases. Their COVID-19 cases are much more recovering than death and confirmed cases.

2.1.2 Visualization of COVID-19 active cases in Guinea

# A tibble: 6 x 8
  date       country   lat  long confirmed death recovered total_active_cases
  <date>     <chr>   <dbl> <dbl>     <int> <int>     <int>              <int>
1 2020-01-22 Guinea   9.95 -9.70         0     0         0                  0
2 2020-01-23 Guinea   9.95 -9.70         0     0         0                  0
3 2020-01-24 Guinea   9.95 -9.70         0     0         0                  0
4 2020-01-25 Guinea   9.95 -9.70         0     0         0                  0
5 2020-01-26 Guinea   9.95 -9.70         0     0         0                  0
6 2020-01-27 Guinea   9.95 -9.70         0     0         0                  0
Figure 3: Distribution of COVID-19 Confirmed, Death and recovered cases in Guinea

Figure 3: Distribution of COVID-19 Confirmed, Death and recovered cases in Guinea

According to the figure 3, there is a fair seasonal pattern in active COVID-19 in Guinea. It shows that there was no any cases in first two and three months. In last part of the time period, it has an increasing trend of active cases in Guinea.

2.2 Comparison of COVID-19 cases between Guinea and Other countries

Guinea, country of western Africa, located on the Atlantic coast. Guinea is bordered by Mali to the northeast, Senegal to the north, Cote d’Ívoire to the southeast, Guinea-Bissau to the northwest, and Liberia and Sierra Leone to the south.

Therefore, this analysis are considered the neighboring countries of Guinea to compare about the COVID-19 cases. It is try to show how the neighboring countries vary with the type of COVID-19 cases of confirmed, death and recovered. Furthermore, this analysis has been considered main four neighboring countries of Guinea, such as Mali, Liberia, Senegal and Sierra Leone.

2.2.1 Comparison of COVID-19 confirmed cases between Guinea and Other countries

        date country      type cases
1 2020-01-22  Guinea confirmed     0
2 2020-01-23  Guinea confirmed     0
3 2020-01-24  Guinea confirmed     0
4 2020-01-25  Guinea confirmed     0
5 2020-01-26  Guinea confirmed     0
6 2020-01-27  Guinea confirmed     0
      date              country              type               cases        
 Min.   :2020-01-22   Length:3030        Length:3030        Min.   :   0.00  
 1st Qu.:2020-06-21   Class :character   Class :character   1st Qu.:   0.00  
 Median :2020-11-19   Mode  :character   Mode  :character   Median :  11.00  
 Mean   :2020-11-19                                         Mean   :  43.27  
 3rd Qu.:2021-04-20                                         3rd Qu.:  46.00  
 Max.   :2021-09-18                                         Max.   :1722.00  

Figure 4: Distribution of COVID-19 Confirmed cases between Guinea and other countries

Figure 4 shows that the distribution of COVID-19 confirmed cases in Guinea, Liberia, Mali, Senegal and Sierra Leone from 22th January 2020 to 4th August 2021. There is a huge variation of COVID-19 confirmed cases in Senegal with respect to the other countries.

Figure 5: Distribution of COVID-19 Confirmed cases between Guinea and other countries

According to the figure 5, we can clearly identify about the variation of COVID-19 confirmed cases by the type of countries. all of countries show some outliers in above figure.

2.2.2 Comparison of COVID-19 death cases between Guinea and Other countries

##       date              province           country               lat        
##  Min.   :2020-01-22   Length:3030        Length:3030        Min.   : 6.428  
##  1st Qu.:2020-06-21   Class :character   Class :character   1st Qu.: 8.461  
##  Median :2020-11-19   Mode  :character   Mode  :character   Median : 9.946  
##  Mean   :2020-11-19                                         Mean   :11.380  
##  3rd Qu.:2021-04-20                                         3rd Qu.:14.497  
##  Max.   :2021-09-18                                         Max.   :17.571  
##       long             type               cases       
##  Min.   :-14.452   Length:3030        Min.   : 0.000  
##  1st Qu.:-11.780   Class :character   1st Qu.: 0.000  
##  Median : -9.697   Mode  :character   Median : 0.000  
##  Mean   : -9.871                      Mean   : 1.044  
##  3rd Qu.: -9.429                      3rd Qu.: 1.000  
##  Max.   : -3.996                      Max.   :72.000
        date country  type cases
1 2020-01-22  Guinea death     0
2 2020-01-23  Guinea death     0
3 2020-01-24  Guinea death     0
4 2020-01-25  Guinea death     0
5 2020-01-26  Guinea death     0
6 2020-01-27  Guinea death     0
      date              country              type               cases       
 Min.   :2020-01-22   Length:3030        Length:3030        Min.   : 0.000  
 1st Qu.:2020-06-21   Class :character   Class :character   1st Qu.: 0.000  
 Median :2020-11-19   Mode  :character   Mode  :character   Median : 0.000  
 Mean   :2020-11-19                                         Mean   : 1.044  
 3rd Qu.:2021-04-20                                         3rd Qu.: 1.000  
 Max.   :2021-09-18                                         Max.   :72.000  

Figure 6: Distribution of COVID-19 death cases between Guinea and other countries

Figure 6 shows that the distribution of COVID-19 death cases between Guinea and other countries. The highest death cases were reported in Liberia around 72 in this time period.

2.2.3 Comparison of COVID-19 recovered cases between Guinea and Other countries

      date              province           country               lat        
 Min.   :2020-01-22   Length:3030        Length:3030        Min.   : 6.428  
 1st Qu.:2020-06-21   Class :character   Class :character   1st Qu.: 8.461  
 Median :2020-11-19   Mode  :character   Mode  :character   Median : 9.946  
 Mean   :2020-11-19                                         Mean   :11.380  
 3rd Qu.:2021-04-20                                         3rd Qu.:14.497  
 Max.   :2021-09-18                                         Max.   :17.571  
                                                                            
      long             type               cases       
 Min.   :-14.452   Length:3030        Min.   :  0.00  
 1st Qu.:-11.780   Class :character   1st Qu.:  0.00  
 Median : -9.697   Mode  :character   Median :  2.00  
 Mean   : -9.871                      Mean   : 28.36  
 3rd Qu.: -9.429                      3rd Qu.: 29.00  
 Max.   : -3.996                      Max.   :752.00  
                                      NA's   :180     
        date country      type cases
1 2020-01-22  Guinea recovered     0
2 2020-01-23  Guinea recovered     0
3 2020-01-24  Guinea recovered     0
4 2020-01-25  Guinea recovered     0
5 2020-01-26  Guinea recovered     0
6 2020-01-27  Guinea recovered     0
      date              country              type               cases       
 Min.   :2020-01-22   Length:2850        Length:2850        Min.   :  0.00  
 1st Qu.:2020-06-12   Class :character   Class :character   1st Qu.:  0.00  
 Median :2020-11-01   Mode  :character   Mode  :character   Median :  2.00  
 Mean   :2020-11-01                                         Mean   : 28.36  
 3rd Qu.:2021-03-24                                         3rd Qu.: 29.00  
 Max.   :2021-09-18                                         Max.   :752.00  

Figure 7: Distribution of COVID-19 recovered cases between Guinea and other countries

According to the figure 7, there are so many variation of recovered cases in all of countries in this time period. Specially, it can be identified that there are so many variations in Guinea and Senegal in this time period.

Figure 8: Distribution of COVID-19 recovered cases between Guinea and other countries

As above figure 8, it is also identified about the distribution of COVID-19 recovered cases between Guinea and other countries. this can be clearly understand about outliers of the recovered daa set in all countries according to the above figure.

3. Conclusion

In this study, it can be clearly show how COVID-19 virus affected and distributed in Guinea. This analysis mainly explained the variations on confirmed, death, recovered and active cases of COVID-19 disease in Guinea. This data set is included from 22th January 2020 to 4th August 2021. And also, this is compared the variation of COVID-19 virus between Guinea and their 4 neighboring countries, such as Guinea, Liberia, Mali, Senegal and Sierra Leone. This analysis can be used to get good idea about the situation of COVID-19 virus of Guinea and other countries and pay attention to control this pandemic situation.

4. Discussion

This analysis was done after tidying the raw data set, because of that it could be clearly identified some missing values in the data set. But in this analysis, when comparing COVID-19 virus with other countries, data sets of confirmed, death and recovered cases tided separately. In some plots, it can be shown some outliers. This analysis only focused on the data from 22th January 2020 to 4th August 2021. More plots can be used to visualize the the final outputs of tthis analysis, as my opinion for further analysis.

5. References